Extracted from Rotu source by tessub2, modified by tessub2.

- Copy the folders (not the mod.csv) into your raw folder AND into Mod/YOURMOD folder.

- Open the mod.csv and copy the entries into your mods mod.csv

- Compile the mod with ModBuilder or whatever

- ...

- PROFIT!

NOTE: You CAN rename the tesla_mp into any other weapon if you do not want to precache a new weapon. 

	1. If you do rename the tesla_mp weapon file please delete "weapon,mp/tesla_mp" from the mod.csv

	2. If you wish to keep the name as it is be sure to precache the weapon in the init() or main() thread of
	   your gsc in your mod.

	Example : precacheItem ( "tesla_mp" );